@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
    font-family: "pipeline-medical";
    src: url("../fonts/pipeline-medical.eot?nywlf8");
    src: url("../fonts/pipeline-medical.eot?nywlf8#iefix") format("embedded-opentype"), url("../fonts/pipeline-medical.ttf?nywlf8") format("truetype"), url("../fonts/pipeline-medical.woff?nywlf8") format("woff"), url("../fonts/pipeline-medical.svg?nywlf8#pipeline-medical") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "pipeline-medical" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
    padding-top: 25px;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    z-index: 1000;
    align-items: center;
    padding-left: 753px;
    padding-top: 280px;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background-color: #007BFF; /* Bootstrap primary blue */
    color: #fff;
}

.ui-autocomplete {
    max-height: 250px; /* or any height you want */
    overflow-y: auto; /* enables vertical scroll */
    overflow-x: hidden; /* disables horizontal scroll */
    z-index: 10000 !important; /* stays on top */
    background-color: white; /* optional, makes list clean */
    border: 1px solid #ccc; /* optional, keeps it consistent */
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

    .ui-autocomplete .ui-menu-item-wrapper {
        padding: 8px 12px;
    }

        .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
            background-color: #0D9686; /* green hover */
            color: white;
            border-radius: 4px;
            border: none;
            outline: none;
            box-shadow: none;
        }
